home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / prototyp.swf / scripts / frame_8 / PlaceObject2_22_48 / CLIPACTIONRECORD onClipEvent(enterFrame)_26.as < prev    next >
Text File  |  2012-04-23  |  110b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    _root.car2;
  3.    if(hittest(_root.l))
  4.    {
  5.       _root.car2._x -= 20;
  6.    }
  7. }
  8.